aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.BL/ObservablesEntitiesAdapterExtension.cs
blob: 90b4f0bc8983401ac1afb47ff6088ec1956e0322 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: StubGPIOReadByteRequest.proto

#ifndef PROTOBUF_StubGPIOReadByteRequest_2eproto__INCLUDED
#define PROTOBUF_StubGPIOReadByteRequest_2eproto__INCLUDED

#include <string>

#include <google/protobuf/stubs/common.h>

#if GOOGLE_PROTOBUF_VERSION < 3004000
#error This file was generated by a newer version of protoc which is
#error incompatible with your Protocol Buffer headers.  Please update
#error your headers.
#endif
#if 3004000 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION
#error This file was generated by an older version of protoc which is
#error incompatible with your Protocol Buffer headers.  Please
#error regenerate this file with a newer version of protoc.
#endif

#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/arenastring.h>
#include <google/protobuf/generated_message_table_driven.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/metadata.h>
#include <google/protobuf/message.h>
#include <google/protobuf/repeated_field.h>  // IWYU pragma: export
#include <google/protobuf/extension_set.h>  // IWYU pragma: export
#include <google/protobuf/unknown_field_set.h>
// @@protoc_insertion_point(includes)
namespace Tango {
namespace PMR {
namespace Stubs {
class StubGPIOReadByteRequest;
class StubGPIOReadByteRequestDefaultTypeInternal;
extern StubGPIOReadByteRequestDefaultTypeInternal _StubGPIOReadByteRequest_default_instance_;
}  // namespace Stubs
}  // namespace PMR
}  // namespace Tango

namespace Tango {
namespace PMR {
namespace Stubs {

namespace protobuf_StubGPIOReadByteRequest_2eproto {
// Internal implementation detail -- do not call these.
struct TableStruct {
  static const ::google::protobuf::internal::ParseTableField entries[];
  static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
  static const ::google::protobuf::internal::ParseTable schema[];
  static const ::google::protobuf::uint32 offsets[];
  static const ::google::protobuf::internal::FieldMetadata field_metadata[];
  static const ::google::protobuf::internal::SerializationTable serialization_table[];
  static void InitDefaultsImpl();
};
void AddDescriptors();
void InitDefaults();
}  // namespace protobuf_StubGPIOReadByteRequest_2eproto

// ===================================================================

class StubGPIOReadByteRequest : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:Tango.PMR.Stubs.StubGPIOReadByteRequest) */ {
 public:
  StubGPIOReadByteRequest();
  virtual ~StubGPIOReadByteRequest();

  StubGPIOReadByteRequest(const StubGPIOReadByteRequest& from);

  inline StubGPIOReadByteRequest& operator=(const StubGPIOReadByteRequest& from) {
    CopyFrom(from);
    return *this;
  }
  #if LANG_CXX11
  StubGPIOReadByteRequest(StubGPIOReadByteRequest&& from) noexcept
    : StubGPIOReadByteRequest() {
    *this = ::std::move(from);
  }

  inline StubGPIOReadByteRequest& operator=(StubGPIOReadByteRequest&& from) noexcept {
    if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
      if (this != &from) InternalSwap(&from);
    } else {
      CopyFrom(from);
    }
    return *this;
  }
  #endif
  static const ::google::protobuf::Descriptor* descriptor();
  static const StubGPIOReadByteRequest& default_instance();

  static inline const StubGPIOReadByteRequest* internal_default_instance() {
    return reinterpret_cast<const StubGPIOReadByteRequest*>(
               &_StubGPIOReadByteRequest_default_instance_);
  }
  static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
    0;

  void Swap(StubGPIOReadByteRequest* other);
  friend void swap(StubGPIOReadByteRequest& a, StubGPIOReadByteRequest& b) {
    a.Swap(&b);
  }

  // implements Message ----------------------------------------------

  inline StubGPIOReadByteRequest* New() const PROTOBUF_FINAL { return New(NULL); }

  StubGPIOReadByteRequest* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL;
  void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
  void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
  void CopyFrom(const StubGPIOReadByteRequest& from);
  void MergeFrom(const StubGPIOReadByteRequest& from);
  void Clear() PROTOBUF_FINAL;
  bool IsInitialized() const PROTOBUF_FINAL;

  size_t ByteSizeLong() const PROTOBUF_FINAL;
  bool MergePartialFromCodedStream(
      ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL;
  void SerializeWithCachedSizes(
      ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL;
  ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
      bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL;
  int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; }
  private:
  void SharedCtor();
  void SharedDtor();
  void SetCachedSize(int size) const PROTOBUF_FINAL;
  void InternalSwap(StubGPIOReadByteRequest* other);
  private:
  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
    return NULL;
  }
  inline void* MaybeArenaPtr() const {
    return NULL;
  }
  public:

  ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL;

  // nested types ----------------------------------------------------

  // accessors -------------------------------------------------------

  // string PortId = 1;
  void clear_portid();
  static const int kPortIdFieldNumber = 1;
  const ::std::string& portid() const;
  void set_portid(const ::std::string& value);
  #if LANG_CXX11
  void set_portid(::std::string&& value);
  #endif
  void set_portid(const char* value);
  void set_portid(const char* value, size_t size);
  ::std::string* mutable_portid();
  ::std::string* release_portid();
  void set_allocated_portid(::std::string* portid);

  // @@protoc_insertion_point(class_scope:Tango.PMR.Stubs.StubGPIOReadByteRequest)
 private:

  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
  ::google::protobuf::internal::ArenaStringPtr portid_;
  mutable int _cached_size_;
  friend struct protobuf_StubGPIOReadByteRequest_2eproto::TableStruct;
};
// ===================================================================


// ===================================================================

#if !PROTOBUF_INLINE_NOT_IN_HEADERS
#ifdef __GNUC__
  #pragma GCC diagnostic push
  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif  // __GNUC__
// StubGPIOReadByteRequest

// string PortId = 1;
inline void StubGPIOReadByteRequest::clear_portid() {
  portid_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
}
inline const ::std::string& StubGPIOReadByteRequest::portid() const {
  // @@protoc_insertion_point(field_get:Tango.PMR.Stubs.StubGPIOReadByteRequest.PortId)
  return portid_.GetNoArena();
}
inline void StubGPIOReadByteRequest::set_portid(const ::std::string& value) {
  
  portid_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
  // @@protoc_insertion_point(field_set:Tango.PMR.Stubs.StubGPIOReadByteRequest.PortId)
}
#if LANG_CXX11
inline void StubGPIOReadByteRequest::set_portid(::std::string&& value) {
  
  portid_.SetNoArena(
    &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
  // @@protoc_insertion_point(field_set_rvalue:Tango.PMR.Stubs.StubGPIOReadByteRequest.PortId)
}
#endif
inline void StubGPIOReadByteRequest::set_portid(const char* value) {
  GOOGLE_DCHECK(value != NULL);
  
  portid_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
  // @@protoc_insertion_point(field_set_char:Tango.PMR.Stubs.StubGPIOReadByteRequest.PortId)
}
inline void StubGPIOReadByteRequest::set_portid(const char* value, size_t size) {
  
  portid_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
      ::std::string(reinterpret_cast<const char*>(value), size));
  // @@protoc_insertion_point(field_set_pointer:Tango.PMR.Stubs.StubGPIOReadByteRequest.PortId)
}
inline ::std::string* StubGPIOReadByteRequest::mutable_portid() {
  
  // @@protoc_insertion_point(field_mutable:Tango.PMR.Stubs.StubGPIOReadByteRequest.PortId)
  return portid_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
}
inline ::std::string* StubGPIOReadByteRequest::release_portid() {
  // @@protoc_insertion_point(field_release:Tango.PMR.Stubs.StubGPIOReadByteRequest.PortId)
  
  return portid_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
}
inline void StubGPIOReadByteRequest::set_allocated_portid(::std::string* portid) {
  if (portid != NULL) {
    
  } else {
    
  }
  portid_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), portid);
  // @@protoc_insertion_point(field_set_allocated:Tango.PMR.Stubs.StubGPIOReadByteRequest.PortId)
}

#ifdef __GNUC__
  #pragma GCC diagnostic pop
#endif  // __GNUC__
#endif  // !PROTOBUF_INLINE_NOT_IN_HEADERS

// @@protoc_insertion_point(namespace_scope)


}  // namespace Stubs
}  // namespace PMR
}  // namespace Tango

// @@protoc_insertion_point(global_scope)

#endif  // PROTOBUF_StubGPIOReadByteRequest_2eproto__INCLUDED
n1616'>1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Tango Observables Generator
// 
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated. Do not modify!
// </auto-generated>
//------------------------------------------------------------------------------

using System.Collections.ObjectModel;
using System.ComponentModel;
using Tango.BL.Entities;

namespace Tango.BL
{
    public partial class ObservablesEntitiesAdapter
    {

        private ObservableCollection<SyncConfiguration> _syncconfigurations;
        /// <summary>
        /// Gets or sets the SyncConfigurations.
        /// </summary>
        public ObservableCollection<SyncConfiguration> SyncConfigurations
        {
            get 
            {
                return _syncconfigurations; 
            }

            set 
            {
                _syncconfigurations = value; RaisePropertyChanged(nameof(SyncConfigurations)); 
            }

        }

        private ICollectionView _syncconfigurationsViewSource;
        /// <summary>
        /// Gets or sets the SyncConfigurations View Source.
        ///</summary>
        public ICollectionView SyncConfigurationsViewSource
        {
            get 
            {
                return _syncconfigurationsViewSource; 
            }

            set 
            {
                _syncconfigurationsViewSource = value; RaisePropertyChanged(nameof(SyncConfigurationsViewSource)); 
            }

        }

        private ObservableCollection<Address> _addresses;
        /// <summary>
        /// Gets or sets the Addresses.
        /// </summary>
        public ObservableCollection<Address> Addresses
        {
            get 
            {
                return _addresses; 
            }

            set 
            {
                _addresses = value; RaisePropertyChanged(nameof(Addresses)); 
            }

        }

        private ICollectionView _addressesViewSource;
        /// <summary>
        /// Gets or sets the Addresses View Source.
        ///</summary>
        public ICollectionView AddressesViewSource
        {
            get 
            {
                return _addressesViewSource; 
            }

            set 
            {
                _addressesViewSource = value; RaisePropertyChanged(nameof(AddressesViewSource)); 
            }

        }

        private ObservableCollection<ApplicationDisplayPanelVersion> _applicationdisplaypanelversions;
        /// <summary>
        /// Gets or sets the ApplicationDisplayPanelVersions.
        /// </summary>
        public ObservableCollection<ApplicationDisplayPanelVersion> ApplicationDisplayPanelVersions
        {
            get 
            {
                return _applicationdisplaypanelversions; 
            }

            set 
            {
                _applicationdisplaypanelversions = value; RaisePropertyChanged(nameof(ApplicationDisplayPanelVersions)); 
            }

        }

        private ICollectionView _applicationdisplaypanelversionsViewSource;
        /// <summary>
        /// Gets or sets the ApplicationDisplayPanelVersions View Source.
        ///</summary>
        public ICollectionView ApplicationDisplayPanelVersionsViewSource
        {
            get 
            {
                return _applicationdisplaypanelversionsViewSource; 
            }

            set 
            {
                _applicationdisplaypanelversionsViewSource = value; RaisePropertyChanged(nameof(ApplicationDisplayPanelVersionsViewSource)); 
            }

        }

        private ObservableCollection<ApplicationFirmwareVersion> _applicationfirmwareversions;
        /// <summary>
        /// Gets or sets the ApplicationFirmwareVersions.
        /// </summary>
        public ObservableCollection<ApplicationFirmwareVersion> ApplicationFirmwareVersions
        {
            get 
            {
                return _applicationfirmwareversions; 
            }

            set 
            {
                _applicationfirmwareversions = value; RaisePropertyChanged(nameof(ApplicationFirmwareVersions)); 
            }

        }

        private ICollectionView _applicationfirmwareversionsViewSource;
        /// <summary>
        /// Gets or sets the ApplicationFirmwareVersions View Source.
        ///</summary>
        public ICollectionView ApplicationFirmwareVersionsViewSource
        {
            get 
            {
                return _applicationfirmwareversionsViewSource; 
            }

            set 
            {
                _applicationfirmwareversionsViewSource = value; RaisePropertyChanged(nameof(ApplicationFirmwareVersionsViewSource)); 
            }

        }

        private ObservableCollection<ApplicationOsVersion> _applicationosversions;
        /// <summary>
        /// Gets or sets the ApplicationOsVersions.
        /// </summary>
        public ObservableCollection<ApplicationOsVersion> ApplicationOsVersions
        {
            get 
            {
                return _applicationosversions; 
            }

            set 
            {
                _applicationosversions = value; RaisePropertyChanged(nameof(ApplicationOsVersions)); 
            }

        }

        private ICollectionView _applicationosversionsViewSource;
        /// <summary>
        /// Gets or sets the ApplicationOsVersions View Source.
        ///</summary>
        public ICollectionView ApplicationOsVersionsViewSource
        {
            get 
            {
                return _applicationosversionsViewSource; 
            }

            set 
            {
                _applicationosversionsViewSource = value; RaisePropertyChanged(nameof(ApplicationOsVersionsViewSource)); 
            }

        }

        private ObservableCollection<BrushStop> _brushstops;
        /// <summary>
        /// Gets or sets the BrushStops.
        /// </summary>
        public ObservableCollection<BrushStop> BrushStops
        {
            get 
            {
                return _brushstops; 
            }

            set 
            {
                _brushstops = value; RaisePropertyChanged(nameof(BrushStops)); 
            }

        }

        private ICollectionView _brushstopsViewSource;
        /// <summary>
        /// Gets or sets the BrushStops View Source.
        ///</summary>
        public ICollectionView BrushStopsViewSource
        {
            get 
            {
                return _brushstopsViewSource; 
            }

            set 
            {
                _brushstopsViewSource = value; RaisePropertyChanged(nameof(BrushStopsViewSource)); 
            }

        }

        private ObservableCollection<CartridgeType> _cartridgetypes;
        /// <summary>
        /// Gets or sets the CartridgeTypes.
        /// </summary>
        public ObservableCollection<CartridgeType> CartridgeTypes
        {
            get 
            {
                return _cartridgetypes; 
            }

            set 
            {
                _cartridgetypes = value; RaisePropertyChanged(nameof(CartridgeTypes)); 
            }

        }

        private ICollectionView _cartridgetypesViewSource;
        /// <summary>
        /// Gets or sets the CartridgeTypes View Source.
        ///</summary>
        public ICollectionView CartridgeTypesViewSource
        {
            get 
            {
                return _cartridgetypesViewSource; 
            }

            set 
            {
                _cartridgetypesViewSource = value; RaisePropertyChanged(nameof(CartridgeTypesViewSource)); 
            }

        }

        private ObservableCollection<Cat> _cats;
        /// <summary>
        /// Gets or sets the Cats.
        /// </summary>
        public ObservableCollection<Cat> Cats
        {
            get 
            {
                return _cats; 
            }

            set 
            {
                _cats = value; RaisePropertyChanged(nameof(Cats)); 
            }

        }

        private ICollectionView _catsViewSource;
        /// <summary>
        /// Gets or sets the Cats View Source.
        ///</summary>
        public ICollectionView CatsViewSource
        {
            get 
            {
                return _catsViewSource; 
            }

            set 
            {
                _catsViewSource = value; RaisePropertyChanged(nameof(CatsViewSource)); 
            }

        }

        private ObservableCollection<Cct> _ccts;
        /// <summary>
        /// Gets or sets the Ccts.
        /// </summary>
        public ObservableCollection<Cct> Ccts
        {
            get 
            {
                return _ccts; 
            }

            set 
            {
                _ccts = value; RaisePropertyChanged(nameof(Ccts)); 
            }

        }

        private ICollectionView _cctsViewSource;
        /// <summary>
        /// Gets or sets the Ccts View Source.
        ///</summary>
        public ICollectionView CctsViewSource
        {
            get 
            {
                return _cctsViewSource; 
            }

            set 
            {
                _cctsViewSource = value; RaisePropertyChanged(nameof(CctsViewSource)); 
            }

        }

        private ObservableCollection<ColorCatalog> _colorcatalogs;
        /// <summary>
        /// Gets or sets the ColorCatalogs.
        /// </summary>
        public ObservableCollection<ColorCatalog> ColorCatalogs
        {
            get 
            {
                return _colorcatalogs; 
            }

            set 
            {
                _colorcatalogs = value; RaisePropertyChanged(nameof(ColorCatalogs)); 
            }

        }

        private ICollectionView _colorcatalogsViewSource;
        /// <summary>
        /// Gets or sets the ColorCatalogs View Source.
        ///</summary>
        public ICollectionView ColorCatalogsViewSource
        {
            get 
            {
                return _colorcatalogsViewSource; 
            }

            set 
            {
                _colorcatalogsViewSource = value; RaisePropertyChanged(nameof(ColorCatalogsViewSource)); 
            }

        }

        private ObservableCollection<ColorCatalogsGroup> _colorcatalogsgroups;
        /// <summary>
        /// Gets or sets the ColorCatalogsGroups.
        /// </summary>
        public ObservableCollection<ColorCatalogsGroup> ColorCatalogsGroups
        {
            get 
            {
                return _colorcatalogsgroups; 
            }

            set 
            {
                _colorcatalogsgroups = value; RaisePropertyChanged(nameof(ColorCatalogsGroups)); 
            }

        }

        private ICollectionView _colorcatalogsgroupsViewSource;
        /// <summary>
        /// Gets or sets the ColorCatalogsGroups View Source.
        ///</summary>
        public ICollectionView ColorCatalogsGroupsViewSource
        {
            get 
            {
                return _colorcatalogsgroupsViewSource; 
            }

            set 
            {
                _colorcatalogsgroupsViewSource = value; RaisePropertyChanged(nameof(ColorCatalogsGroupsViewSource)); 
            }

        }

        private ObservableCollection<ColorCatalogsItem> _colorcatalogsitems;
        /// <summary>
        /// Gets or sets the ColorCatalogsItems.
        /// </summary>
        public ObservableCollection<ColorCatalogsItem> ColorCatalogsItems
        {
            get 
            {
                return _colorcatalogsitems; 
            }

            set 
            {
                _colorcatalogsitems = value; RaisePropertyChanged(nameof(ColorCatalogsItems)); 
            }

        }

        private ICollectionView _colorcatalogsitemsViewSource;
        /// <summary>
        /// Gets or sets the ColorCatalogsItems View Source.
        ///</summary>
        public ICollectionView ColorCatalogsItemsViewSource
        {
            get 
            {
                return _colorcatalogsitemsViewSource; 
            }

            set 
            {
                _colorcatalogsitemsViewSource = value; RaisePropertyChanged(nameof(ColorCatalogsItemsViewSource)); 
            }

        }

        private ObservableCollection<ColorCatalogsItemsRecipe> _colorcatalogsitemsrecipes;
        /// <summary>
        /// Gets or sets the ColorCatalogsItemsRecipes.
        /// </summary>
        public ObservableCollection<ColorCatalogsItemsRecipe> ColorCatalogsItemsRecipes
        {
            get 
            {
                return _colorcatalogsitemsrecipes; 
            }

            set 
            {
                _colorcatalogsitemsrecipes = value; RaisePropertyChanged(nameof(ColorCatalogsItemsRecipes)); 
            }

        }

        private ICollectionView _colorcatalogsitemsrecipesViewSource;
        /// <summary>
        /// Gets or sets the ColorCatalogsItemsRecipes View Source.
        ///</summary>
        public ICollectionView ColorCatalogsItemsRecipesViewSource
        {
            get 
            {
                return _colorcatalogsitemsrecipesViewSource; 
            }

            set 
            {
                _colorcatalogsitemsrecipesViewSource = value; RaisePropertyChanged(nameof(ColorCatalogsItemsRecipesViewSource)); 
            }

        }

        private ObservableCollection<ColorSpace> _colorspaces;
        /// <summary>
        /// Gets or sets the ColorSpaces.
        /// </summary>
        public ObservableCollection<ColorSpace> ColorSpaces
        {
            get 
            {
                return _colorspaces; 
            }

            set 
            {
                _colorspaces = value; RaisePropertyChanged(nameof(ColorSpaces)); 
            }

        }

        private ICollectionView _colorspacesViewSource;
        /// <summary>
        /// Gets or sets the ColorSpaces View Source.
        ///</summary>
        public ICollectionView ColorSpacesViewSource
        {
            get 
            {
                return _colorspacesViewSource; 
            }

            set 
            {
                _colorspacesViewSource = value; RaisePropertyChanged(nameof(ColorSpacesViewSource)); 
            }

        }

        private ObservableCollection<Configuration> _configurations;
        /// <summary>
        /// Gets or sets the Configurations.
        /// </summary>
        public ObservableCollection<Configuration> Configurations
        {
            get 
            {
                return _configurations; 
            }

            set 
            {
                _configurations = value; RaisePropertyChanged(nameof(Configurations)); 
            }

        }

        private ICollectionView _configurationsViewSource;
        /// <summary>
        /// Gets or sets the Configurations View Source.
        ///</summary>
        public ICollectionView ConfigurationsViewSource
        {
            get 
            {
                return _configurationsViewSource; 
            }

            set 
            {
                _configurationsViewSource = value; RaisePropertyChanged(nameof(ConfigurationsViewSource)); 
            }

        }

        private ObservableCollection<Contact> _contacts;
        /// <summary>
        /// Gets or sets the Contacts.
        /// </summary>
        public ObservableCollection<Contact> Contacts
        {
            get 
            {
                return _contacts; 
            }

            set 
            {
                _contacts = value; RaisePropertyChanged(nameof(Contacts)); 
            }

        }

        private ICollectionView _contactsViewSource;
        /// <summary>
        /// Gets or sets the Contacts View Source.
        ///</summary>
        public ICollectionView ContactsViewSource
        {
            get 
            {
                return _contactsViewSource; 
            }

            set 
            {
                _contactsViewSource = value; RaisePropertyChanged(nameof(ContactsViewSource)); 
            }

        }

        private ObservableCollection<Customer> _customers;
        /// <summary>
        /// Gets or sets the Customers.
        /// </summary>
        public ObservableCollection<Customer> Customers
        {
            get 
            {
                return _customers; 
            }

            set 
            {
                _customers = value; RaisePropertyChanged(nameof(Customers)); 
            }

        }

        private ICollectionView _customersViewSource;
        /// <summary>
        /// Gets or sets the Customers View Source.
        ///</summary>
        public ICollectionView CustomersViewSource
        {
            get 
            {
                return _customersViewSource; 
            }

            set 
            {
                _customersViewSource = value; RaisePropertyChanged(nameof(CustomersViewSource)); 
            }

        }

        private ObservableCollection<DispenserType> _dispensertypes;
        /// <summary>
        /// Gets or sets the DispenserTypes.
        /// </summary>
        public ObservableCollection<DispenserType> DispenserTypes
        {
            get 
            {
                return _dispensertypes; 
            }

            set 
            {
                _dispensertypes = value; RaisePropertyChanged(nameof(DispenserTypes)); 
            }

        }

        private ICollectionView _dispensertypesViewSource;
        /// <summary>
        /// Gets or sets the DispenserTypes View Source.
        ///</summary>
        public ICollectionView DispenserTypesViewSource
        {
            get 
            {
                return _dispensertypesViewSource; 
            }

            set 
            {
                _dispensertypesViewSource = value; RaisePropertyChanged(nameof(DispenserTypesViewSource)); 
            }

        }

        private ObservableCollection<Dispenser> _dispensers;
        /// <summary>
        /// Gets or sets the Dispensers.
        /// </summary>
        public ObservableCollection<Dispenser> Dispensers
        {
            get 
            {
                return _dispensers; 
            }

            set 
            {
                _dispensers = value; RaisePropertyChanged(nameof(Dispensers)); 
            }

        }

        private ICollectionView _dispensersViewSource;
        /// <summary>
        /// Gets or sets the Dispensers View Source.
        ///</summary>
        public ICollectionView DispensersViewSource
        {
            get 
            {
                return _dispensersViewSource; 
            }

            set 
            {
                _dispensersViewSource = value; RaisePropertyChanged(nameof(DispensersViewSource)); 
            }

        }

        private ObservableCollection<EmbeddedFirmwareVersion> _embeddedfirmwareversions;
        /// <summary>
        /// Gets or sets the EmbeddedFirmwareVersions.
        /// </summary>
        public ObservableCollection<EmbeddedFirmwareVersion> EmbeddedFirmwareVersions
        {
            get 
            {
                return _embeddedfirmwareversions; 
            }

            set 
            {
                _embeddedfirmwareversions = value; RaisePropertyChanged(nameof(EmbeddedFirmwareVersions)); 
            }

        }

        private ICollectionView _embeddedfirmwareversionsViewSource;
        /// <summary>
        /// Gets or sets the EmbeddedFirmwareVersions View Source.
        ///</summary>
        public ICollectionView EmbeddedFirmwareVersionsViewSource
        {
            get 
            {
                return _embeddedfirmwareversionsViewSource; 
            }

            set 
            {
                _embeddedfirmwareversionsViewSource = value; RaisePropertyChanged(nameof(EmbeddedFirmwareVersionsViewSource)); 
            }

        }

        private ObservableCollection<EventType> _eventtypes;
        /// <summary>
        /// Gets or sets the EventTypes.
        /// </summary>
        public ObservableCollection<EventType> EventTypes
        {
            get 
            {
                return _eventtypes; 
            }

            set 
            {
                _eventtypes = value; RaisePropertyChanged(nameof(EventTypes)); 
            }

        }

        private ICollectionView _eventtypesViewSource;
        /// <summary>
        /// Gets or sets the EventTypes View Source.
        ///</summary>
        public ICollectionView EventTypesViewSource
        {
            get 
            {
                return _eventtypesViewSource; 
            }

            set 
            {
                _eventtypesViewSource = value; RaisePropertyChanged(nameof(EventTypesViewSource)); 
            }

        }

        private ObservableCollection<FiberShape> _fibershapes;
        /// <summary>
        /// Gets or sets the FiberShapes.
        /// </summary>
        public ObservableCollection<FiberShape> FiberShapes
        {
            get 
            {
                return _fibershapes; 
            }

            set 
            {
                _fibershapes = value; RaisePropertyChanged(nameof(FiberShapes)); 
            }

        }

        private ICollectionView _fibershapesViewSource;
        /// <summary>
        /// Gets or sets the FiberShapes View Source.
        ///</summary>
        public ICollectionView FiberShapesViewSource
        {
            get 
            {
                return _fibershapesViewSource; 
            }

            set 
            {
                _fibershapesViewSource = value; RaisePropertyChanged(nameof(FiberShapesViewSource)); 
            }

        }

        private ObservableCollection<FiberSynth> _fibersynths;
        /// <summary>
        /// Gets or sets the FiberSynths.
        /// </summary>
        public ObservableCollection<FiberSynth> FiberSynths
        {
            get 
            {
                return _fibersynths; 
            }

            set 
            {
                _fibersynths = value; RaisePropertyChanged(nameof(FiberSynths)); 
            }

        }

        private ICollectionView _fibersynthsViewSource;
        /// <summary>
        /// Gets or sets the FiberSynths View Source.
        ///</summary>
        public ICollectionView FiberSynthsViewSource
        {
            get 
            {
                return _fibersynthsViewSource; 
            }

            set 
            {
                _fibersynthsViewSource = value; RaisePropertyChanged(nameof(FiberSynthsViewSource)); 
            }

        }

        private ObservableCollection<HardwareBlowerType> _hardwareblowertypes;
        /// <summary>
        /// Gets or sets the HardwareBlowerTypes.
        /// </summary>
        public ObservableCollection<HardwareBlowerType> HardwareBlowerTypes
        {
            get 
            {
                return _hardwareblowertypes; 
            }

            set 
            {
                _hardwareblowertypes = value; RaisePropertyChanged(nameof(HardwareBlowerTypes)); 
            }

        }

        private ICollectionView _hardwareblowertypesViewSource;
        /// <summary>
        /// Gets or sets the HardwareBlowerTypes View Source.
        ///</summary>
        public ICollectionView HardwareBlowerTypesViewSource
        {
            get 
            {
                return _hardwareblowertypesViewSource; 
            }

            set 
            {
                _hardwareblowertypesViewSource = value; RaisePropertyChanged(nameof(HardwareBlowerTypesViewSource)); 
            }

        }

        private ObservableCollection<HardwareBlower> _hardwareblowers;
        /// <summary>
        /// Gets or sets the HardwareBlowers.
        /// </summary>
        public ObservableCollection<HardwareBlower> HardwareBlowers
        {
            get 
            {
                return _hardwareblowers; 
            }

            set 
            {
                _hardwareblowers = value; RaisePropertyChanged(nameof(HardwareBlowers)); 
            }

        }

        private ICollectionView _hardwareblowersViewSource;
        /// <summary>
        /// Gets or sets the HardwareBlowers View Source.
        ///</summary>
        public ICollectionView HardwareBlowersViewSource
        {
            get 
            {
                return _hardwareblowersViewSource; 
            }

            set 
            {
                _hardwareblowersViewSource = value; RaisePropertyChanged(nameof(HardwareBlowersViewSource)); 
            }

        }

        private ObservableCollection<HardwareBreakSensorType> _hardwarebreaksensortypes;
        /// <summary>
        /// Gets or sets the HardwareBreakSensorTypes.
        /// </summary>
        public ObservableCollection<HardwareBreakSensorType> HardwareBreakSensorTypes
        {
            get 
            {
                return _hardwarebreaksensortypes; 
            }

            set 
            {
                _hardwarebreaksensortypes = value; RaisePropertyChanged(nameof(HardwareBreakSensorTypes)); 
            }

        }

        private ICollectionView _hardwarebreaksensortypesViewSource;
        /// <summary>
        /// Gets or sets the HardwareBreakSensorTypes View Source.
        ///</summary>
        public ICollectionView HardwareBreakSensorTypesViewSource
        {
            get 
            {
                return _hardwarebreaksensortypesViewSource; 
            }

            set 
            {
                _hardwarebreaksensortypesViewSource = value; RaisePropertyChanged(nameof(HardwareBreakSensorTypesViewSource)); 
            }

        }

        private ObservableCollection<HardwareBreakSensor> _hardwarebreaksensors;
        /// <summary>
        /// Gets or sets the HardwareBreakSensors.
        /// </summary>
        public ObservableCollection<HardwareBreakSensor> HardwareBreakSensors
        {
            get 
            {
                return _hardwarebreaksensors; 
            }

            set 
            {
                _hardwarebreaksensors = value; RaisePropertyChanged(nameof(HardwareBreakSensors)); 
            }

        }

        private ICollectionView _hardwarebreaksensorsViewSource;
        /// <summary>
        /// Gets or sets the HardwareBreakSensors View Source.
        ///</summary>
        public ICollectionView HardwareBreakSensorsViewSource
        {
            get 
            {
                return _hardwarebreaksensorsViewSource; 
            }

            set 
            {
                _hardwarebreaksensorsViewSource = value; RaisePropertyChanged(nameof(HardwareBreakSensorsViewSource)); 
            }

        }

        private ObservableCollection<HardwareDancerType> _hardwaredancertypes;
        /// <summary>
        /// Gets or sets the HardwareDancerTypes.
        /// </summary>
        public ObservableCollection<HardwareDancerType> HardwareDancerTypes
        {
            get 
            {
                return _hardwaredancertypes; 
            }

            set 
            {
                _hardwaredancertypes = value; RaisePropertyChanged(nameof(HardwareDancerTypes)); 
            }

        }

        private ICollectionView _hardwaredancertypesViewSource;
        /// <summary>
        /// Gets or sets the HardwareDancerTypes View Source.
        ///</summary>
        public ICollectionView HardwareDancerTypesViewSource
        {
            get 
            {
                return _hardwaredancertypesViewSource; 
            }

            set 
            {
                _hardwaredancertypesViewSource = value; RaisePropertyChanged(nameof(HardwareDancerTypesViewSource)); 
            }

        }

        private ObservableCollection<HardwareDancer> _hardwaredancers;
        /// <summary>
        /// Gets or sets the HardwareDancers.
        /// </summary>
        public ObservableCollection<HardwareDancer> HardwareDancers
        {
            get 
            {
                return _hardwaredancers; 
            }

            set 
            {
                _hardwaredancers = value; RaisePropertyChanged(nameof(HardwareDancers)); 
            }

        }

        private ICollectionView _hardwaredancersViewSource;
        /// <summary>
        /// Gets or sets the HardwareDancers View Source.
        ///</summary>
        public ICollectionView HardwareDancersViewSource
        {
            get 
            {
                return _hardwaredancersViewSource; 
            }

            set 
            {
                _hardwaredancersViewSource = value; RaisePropertyChanged(nameof(HardwareDancersViewSource)); 
            }

        }

        private ObservableCollection<HardwareMotorType> _hardwaremotortypes;
        /// <summary>
        /// Gets or sets the HardwareMotorTypes.
        /// </summary>
        public ObservableCollection<HardwareMotorType> HardwareMotorTypes
        {
            get 
            {
                return _hardwaremotortypes; 
            }

            set 
            {
                _hardwaremotortypes = value; RaisePropertyChanged(nameof(HardwareMotorTypes)); 
            }

        }

        private ICollectionView _hardwaremotortypesViewSource;
        /// <summary>
        /// Gets or sets the HardwareMotorTypes View Source.
        ///</summary>
        public ICollectionView HardwareMotorTypesViewSource
        {
            get 
            {
                return _hardwaremotortypesViewSource; 
            }

            set 
            {
                _hardwaremotortypesViewSource = value; RaisePropertyChanged(nameof(HardwareMotorTypesViewSource)); 
            }

        }

        private ObservableCollection<HardwareMotor> _hardwaremotors;
        /// <summary>
        /// Gets or sets the HardwareMotors.
        /// </summary>
        public ObservableCollection<HardwareMotor> HardwareMotors
        {
            get 
            {
                return _hardwaremotors; 
            }

            set 
            {
                _hardwaremotors = value; RaisePropertyChanged(nameof(HardwareMotors)); 
            }

        }

        private ICollectionView _hardwaremotorsViewSource;
        /// <summary>
        /// Gets or sets the HardwareMotors View Source.
        ///</summary>
        public ICollectionView HardwareMotorsViewSource
        {
            get 
            {
                return _hardwaremotorsViewSource; 
            }

            set 
            {
                _hardwaremotorsViewSource = value; RaisePropertyChanged(nameof(HardwareMotorsViewSource)); 
            }

        }

        private ObservableCollection<HardwarePidControlType> _hardwarepidcontroltypes;
        /// <summary>
        /// Gets or sets the HardwarePidControlTypes.
        /// </summary>
        public ObservableCollection<HardwarePidControlType> HardwarePidControlTypes
        {
            get 
            {
                return _hardwarepidcontroltypes; 
            }

            set 
            {
                _hardwarepidcontroltypes = value; RaisePropertyChanged(nameof(HardwarePidControlTypes)); 
            }

        }

        private ICollectionView _hardwarepidcontroltypesViewSource;
        /// <summary>
        /// Gets or sets the HardwarePidControlTypes View Source.
        ///</summary>
        public ICollectionView HardwarePidControlTypesViewSource
        {
            get 
            {
                return _hardwarepidcontroltypesViewSource; 
            }

            set 
            {
                _hardwarepidcontroltypesViewSource = value; RaisePropertyChanged(nameof(HardwarePidControlTypesViewSource)); 
            }

        }

        private ObservableCollection<HardwarePidControl> _hardwarepidcontrols;
        /// <summary>
        /// Gets or sets the HardwarePidControls.
        /// </summary>
        public ObservableCollection<HardwarePidControl> HardwarePidControls
        {
            get 
            {
                return _hardwarepidcontrols; 
            }

            set 
            {
                _hardwarepidcontrols = value; RaisePropertyChanged(nameof(HardwarePidControls)); 
            }

        }

        private ICollectionView _hardwarepidcontrolsViewSource;
        /// <summary>
        /// Gets or sets the HardwarePidControls View Source.
        ///</summary>
        public ICollectionView HardwarePidControlsViewSource
        {
            get 
            {
                return _hardwarepidcontrolsViewSource; 
            }

            set 
            {
                _hardwarepidcontrolsViewSource = value; RaisePropertyChanged(nameof(HardwarePidControlsViewSource)); 
            }

        }

        private ObservableCollection<HardwareSpeedSensorType> _hardwarespeedsensortypes;
        /// <summary>
        /// Gets or sets the HardwareSpeedSensorTypes.
        /// </summary>
        public ObservableCollection<HardwareSpeedSensorType> HardwareSpeedSensorTypes
        {
            get 
            {
                return _hardwarespeedsensortypes; 
            }

            set 
            {
                _hardwarespeedsensortypes = value; RaisePropertyChanged(nameof(HardwareSpeedSensorTypes)); 
            }

        }

        private ICollectionView _hardwarespeedsensortypesViewSource;
        /// <summary>
        /// Gets or sets the HardwareSpeedSensorTypes View Source.
        ///</summary>
        public ICollectionView HardwareSpeedSensorTypesViewSource
        {
            get 
            {
                return _hardwarespeedsensortypesViewSource; 
            }

            set 
            {
                _hardwarespeedsensortypesViewSource = value; RaisePropertyChanged(nameof(HardwareSpeedSensorTypesViewSource)); 
            }

        }

        private ObservableCollection<HardwareSpeedSensor> _hardwarespeedsensors;
        /// <summary>
        /// Gets or sets the HardwareSpeedSensors.
        /// </summary>
        public ObservableCollection<HardwareSpeedSensor> HardwareSpeedSensors
        {
            get 
            {
                return _hardwarespeedsensors; 
            }

            set 
            {
                _hardwarespeedsensors = value; RaisePropertyChanged(nameof(HardwareSpeedSensors)); 
            }

        }

        private ICollectionView _hardwarespeedsensorsViewSource;
        /// <summary>
        /// Gets or sets the HardwareSpeedSensors View Source.
        ///</summary>
        public ICollectionView HardwareSpeedSensorsViewSource
        {
            get 
            {
                return _hardwarespeedsensorsViewSource; 
            }

            set 
            {
                _hardwarespeedsensorsViewSource = value; RaisePropertyChanged(nameof(HardwareSpeedSensorsViewSource)); 
            }

        }

        private ObservableCollection<HardwareVersion> _hardwareversions;
        /// <summary>
        /// Gets or sets the HardwareVersions.
        /// </summary>
        public ObservableCollection<HardwareVersion> HardwareVersions
        {
            get 
            {
                return _hardwareversions; 
            }

            set 
            {
                _hardwareversions = value; RaisePropertyChanged(nameof(HardwareVersions)); 
            }

        }

        private ICollectionView _hardwareversionsViewSource;
        /// <summary>
        /// Gets or sets the HardwareVersions View Source.
        ///</summary>
        public ICollectionView HardwareVersionsViewSource
        {
            get 
            {
                return _hardwareversionsViewSource; 
            }

            set 
            {
                _hardwareversionsViewSource = value; RaisePropertyChanged(nameof(HardwareVersionsViewSource)); 
            }

        }

        private ObservableCollection<HardwareWinderType> _hardwarewindertypes;
        /// <summary>
        /// Gets or sets the HardwareWinderTypes.
        /// </summary>
        public ObservableCollection<HardwareWinderType> HardwareWinderTypes
        {
            get 
            {
                return _hardwarewindertypes; 
            }

            set 
            {
                _hardwarewindertypes = value; RaisePropertyChanged(nameof(HardwareWinderTypes)); 
            }

        }

        private ICollectionView _hardwarewindertypesViewSource;
        /// <summary>
        /// Gets or sets the HardwareWinderTypes View Source.
        ///</summary>
        public ICollectionView HardwareWinderTypesViewSource
        {
            get 
            {
                return _hardwarewindertypesViewSource; 
            }

            set 
            {
                _hardwarewindertypesViewSource = value; RaisePropertyChanged(nameof(HardwareWinderTypesViewSource)); 
            }

        }

        private ObservableCollection<HardwareWinder> _hardwarewinders;
        /// <summary>
        /// Gets or sets the HardwareWinders.
        /// </summary>
        public ObservableCollection<HardwareWinder> HardwareWinders
        {
            get 
            {
                return _hardwarewinders; 
            }

            set 
            {
                _hardwarewinders = value; RaisePropertyChanged(nameof(HardwareWinders)); 
            }

        }

        private ICollectionView _hardwarewindersViewSource;
        /// <summary>
        /// Gets or sets the HardwareWinders View Source.
        ///</summary>
        public ICollectionView HardwareWindersViewSource
        {
            get 
            {
                return _hardwarewindersViewSource; 
            }

            set 
            {
                _hardwarewindersViewSource = value; RaisePropertyChanged(nameof(HardwareWindersViewSource)); 
            }

        }

        private ObservableCollection<IdsPackFormula> _idspackformulas;
        /// <summary>
        /// Gets or sets the IdsPackFormulas.
        /// </summary>
        public ObservableCollection<IdsPackFormula> IdsPackFormulas
        {
            get 
            {
                return _idspackformulas; 
            }

            set 
            {
                _idspackformulas = value; RaisePropertyChanged(nameof(IdsPackFormulas)); 
            }

        }

        private ICollectionView _idspackformulasViewSource;
        /// <summary>
        /// Gets or sets the IdsPackFormulas View Source.
        ///</summary>
        public ICollectionView IdsPackFormulasViewSource
        {
            get 
            {
                return _idspackformulasViewSource; 
            }

            set 
            {
                _idspackformulasViewSource = value; RaisePropertyChanged(nameof(IdsPackFormulasViewSource)); 
            }

        }

        private ObservableCollection<IdsPack> _idspacks;
        /// <summary>
        /// Gets or sets the IdsPacks.
        /// </summary>
        public ObservableCollection<IdsPack> IdsPacks
        {
            get 
            {
                return _idspacks; 
            }

            set 
            {
                _idspacks = value; RaisePropertyChanged(nameof(IdsPacks)); 
            }

        }

        private ICollectionView _idspacksViewSource;
        /// <summary>
        /// Gets or sets the IdsPacks View Source.
        ///</summary>
        public ICollectionView IdsPacksViewSource
        {
            get 
            {
                return _idspacksViewSource; 
            }

            set 
            {
                _idspacksViewSource = value; RaisePropertyChanged(nameof(IdsPacksViewSource)); 
            }

        }

        private ObservableCollection<JobRun> _jobruns;
        /// <summary>
        /// Gets or sets the JobRuns.
        /// </summary>
        public ObservableCollection<JobRun> JobRuns
        {
            get 
            {
                return _jobruns; 
            }

            set 
            {
                _jobruns = value; RaisePropertyChanged(nameof(JobRuns)); 
            }

        }

        private ICollectionView _jobrunsViewSource;
        /// <summary>
        /// Gets or sets the JobRuns View Source.
        ///</summary>
        public ICollectionView JobRunsViewSource
        {
            get 
            {
                return _jobrunsViewSource; 
            }

            set 
            {
                _jobrunsViewSource = value; RaisePropertyChanged(nameof(JobRunsViewSource)); 
            }

        }

        private ObservableCollection<Job> _jobs;
        /// <summary>
        /// Gets or sets the Jobs.
        /// </summary>
        public ObservableCollection<Job> Jobs
        {
            get 
            {
                return _jobs; 
            }

            set 
            {
                _jobs = value; RaisePropertyChanged(nameof(Jobs)); 
            }

        }

        private ICollectionView _jobsViewSource;
        /// <summary>
        /// Gets or sets the Jobs View Source.
        ///</summary>
        public ICollectionView JobsViewSource
        {
            get 
            {
                return _jobsViewSource; 
            }

            set 
            {
                _jobsViewSource = value; RaisePropertyChanged(nameof(JobsViewSource)); 
            }

        }

        private ObservableCollection<LinearMassDensityUnit> _linearmassdensityunits;
        /// <summary>
        /// Gets or sets the LinearMassDensityUnits.
        /// </summary>
        public ObservableCollection<LinearMassDensityUnit> LinearMassDensityUnits
        {
            get 
            {
                return _linearmassdensityunits; 
            }

            set 
            {
                _linearmassdensityunits = value; RaisePropertyChanged(nameof(LinearMassDensityUnits)); 
            }

        }

        private ICollectionView _linearmassdensityunitsViewSource;
        /// <summary>
        /// Gets or sets the LinearMassDensityUnits View Source.
        ///</summary>
        public ICollectionView LinearMassDensityUnitsViewSource
        {
            get 
            {
                return _linearmassdensityunitsViewSource; 
            }

            set 
            {
                _linearmassdensityunitsViewSource = value; RaisePropertyChanged(nameof(LinearMassDensityUnitsViewSource)); 
            }

        }

        private ObservableCollection<LiquidType> _liquidtypes;
        /// <summary>
        /// Gets or sets the LiquidTypes.
        /// </summary>
        public ObservableCollection<LiquidType> LiquidTypes
        {
            get 
            {
                return _liquidtypes; 
            }

            set 
            {
                _liquidtypes = value; RaisePropertyChanged(nameof(LiquidTypes)); 
            }

        }

        private ICollectionView _liquidtypesViewSource;
        /// <summary>
        /// Gets or sets the LiquidTypes View Source.
        ///</summary>
        public ICollectionView LiquidTypesViewSource
        {
            get 
            {
                return _liquidtypesViewSource; 
            }

            set 
            {
                _liquidtypesViewSource = value; RaisePropertyChanged(nameof(LiquidTypesViewSource)); 
            }

        }

        private ObservableCollection<LiquidTypesRml> _liquidtypesrmls;
        /// <summary>
        /// Gets or sets the LiquidTypesRmls.
        /// </summary>
        public ObservableCollection<LiquidTypesRml> LiquidTypesRmls
        {
            get 
            {
                return _liquidtypesrmls; 
            }

            set 
            {
                _liquidtypesrmls = value; RaisePropertyChanged(nameof(LiquidTypesRmls)); 
            }

        }

        private ICollectionView _liquidtypesrmlsViewSource;
        /// <summary>
        /// Gets or sets the LiquidTypesRmls View Source.
        ///</summary>
        public ICollectionView LiquidTypesRmlsViewSource
        {
            get 
            {
                return _liquidtypesrmlsViewSource; 
            }

            set 
            {
                _liquidtypesrmlsViewSource = value; RaisePropertyChanged(nameof(LiquidTypesRmlsViewSource)); 
            }

        }

        private ObservableCollection<MachineStudioVersion> _machinestudioversions;
        /// <summary>
        /// Gets or sets the MachineStudioVersions.
        /// </summary>
        public ObservableCollection<MachineStudioVersion> MachineStudioVersions
        {
            get 
            {
                return _machinestudioversions; 
            }

            set 
            {
                _machinestudioversions = value; RaisePropertyChanged(nameof(MachineStudioVersions)); 
            }

        }

        private ICollectionView _machinestudioversionsViewSource;
        /// <summary>
        /// Gets or sets the MachineStudioVersions View Source.
        ///</summary>
        public ICollectionView MachineStudioVersionsViewSource
        {
            get 
            {
                return _machinestudioversionsViewSource; 
            }

            set 
            {
                _machinestudioversionsViewSource = value; RaisePropertyChanged(nameof(MachineStudioVersionsViewSource)); 
            }

        }

        private ObservableCollection<MachineVersion> _machineversions;
        /// <summary>
        /// Gets or sets the MachineVersions.
        /// </summary>
        public ObservableCollection<MachineVersion> MachineVersions
        {
            get 
            {
                return _machineversions; 
            }

            set 
            {
                _machineversions = value; RaisePropertyChanged(nameof(MachineVersions)); 
            }

        }

        private ICollectionView _machineversionsViewSource;
        /// <summary>
        /// Gets or sets the MachineVersions View Source.
        ///</summary>
        public ICollectionView MachineVersionsViewSource
        {
            get 
            {
                return _machineversionsViewSource; 
            }

            set 
            {
                _machineversionsViewSource = value; RaisePropertyChanged(nameof(MachineVersionsViewSource)); 
            }

        }

        private ObservableCollection<Machine> _machines;
        /// <summary>
        /// Gets or sets the Machines.
        /// </summary>
        public ObservableCollection<Machine> Machines
        {
            get 
            {
                return _machines; 
            }

            set 
            {
                _machines = value; RaisePropertyChanged(nameof(Machines)); 
            }

        }

        private ICollectionView _machinesViewSource;
        /// <summary>
        /// Gets or sets the Machines View Source.
        ///</summary>
        public ICollectionView MachinesViewSource
        {
            get 
            {
                return _machinesViewSource; 
            }

            set 
            {
                _machinesViewSource = value; RaisePropertyChanged(nameof(MachinesViewSource)); 
            }

        }

        private ObservableCollection<MachinesEvent> _machinesevents;
        /// <summary>
        /// Gets or sets the MachinesEvents.
        /// </summary>
        public ObservableCollection<MachinesEvent> MachinesEvents
        {
            get 
            {
                return _machinesevents; 
            }

            set 
            {
                _machinesevents = value; RaisePropertyChanged(nameof(MachinesEvents)); 
            }

        }

        private ICollectionView _machineseventsViewSource;
        /// <summary>
        /// Gets or sets the MachinesEvents View Source.
        ///</summary>
        public ICollectionView MachinesEventsViewSource
        {
            get 
            {
                return _machineseventsViewSource; 
            }

            set 
            {
                _machineseventsViewSource = value; RaisePropertyChanged(nameof(MachinesEventsViewSource)); 
            }

        }

        private ObservableCollection<MediaCondition> _mediaconditions;
        /// <summary>
        /// Gets or sets the MediaConditions.
        /// </summary>
        public ObservableCollection<MediaCondition> MediaConditions
        {
            get 
            {
                return _mediaconditions; 
            }

            set 
            {
                _mediaconditions = value; RaisePropertyChanged(nameof(MediaConditions)); 
            }

        }

        private ICollectionView _mediaconditionsViewSource;
        /// <summary>
        /// Gets or sets the MediaConditions View Source.
        ///</summary>
        public ICollectionView MediaConditionsViewSource
        {
            get 
            {
                return _mediaconditionsViewSource; 
            }

            set 
            {
                _mediaconditionsViewSource = value; RaisePropertyChanged(nameof(MediaConditionsViewSource)); 
            }

        }

        private ObservableCollection<MediaMaterial> _mediamaterials;
        /// <summary>
        /// Gets or sets the MediaMaterials.
        /// </summary>
        public ObservableCollection<MediaMaterial> MediaMaterials
        {
            get 
            {
                return _mediamaterials; 
            }

            set 
            {
                _mediamaterials = value; RaisePropertyChanged(nameof(MediaMaterials)); 
            }

        }

        private ICollectionView _mediamaterialsViewSource;
        /// <summary>
        /// Gets or sets the MediaMaterials View Source.
        ///</summary>
        public ICollectionView MediaMaterialsViewSource
        {
            get 
            {
                return _mediamaterialsViewSource; 
            }

            set 
            {
                _mediamaterialsViewSource = value; RaisePropertyChanged(nameof(MediaMaterialsViewSource)); 
            }

        }

        private ObservableCollection<MediaPurpos> _mediapurposes;
        /// <summary>
        /// Gets or sets the MediaPurposes.
        /// </summary>
        public ObservableCollection<MediaPurpos> MediaPurposes
        {
            get 
            {
                return _mediapurposes; 
            }

            set 
            {
                _mediapurposes = value; RaisePropertyChanged(nameof(MediaPurposes)); 
            }

        }

        private ICollectionView _mediapurposesViewSource;
        /// <summary>
        /// Gets or sets the MediaPurposes View Source.
        ///</summary>
        public ICollectionView MediaPurposesViewSource
        {
            get 
            {
                return _mediapurposesViewSource; 
            }

            set 
            {
                _mediapurposesViewSource = value; RaisePropertyChanged(nameof(MediaPurposesViewSource)); 
            }

        }

        private ObservableCollection<MidTankType> _midtanktypes;
        /// <summary>
        /// Gets or sets the MidTankTypes.
        /// </summary>
        public ObservableCollection<MidTankType> MidTankTypes
        {
            get 
            {
                return _midtanktypes; 
            }

            set 
            {
                _midtanktypes = value; RaisePropertyChanged(nameof(MidTankTypes)); 
            }

        }

        private ICollectionView _midtanktypesViewSource;
        /// <summary>
        /// Gets or sets the MidTankTypes View Source.
        ///</summary>
        public ICollectionView MidTankTypesViewSource
        {
            get 
            {
                return _midtanktypesViewSource; 
            }

            set 
            {
                _midtanktypesViewSource = value; RaisePropertyChanged(nameof(MidTankTypesViewSource)); 
            }

        }

        private ObservableCollection<Organization> _organizations;
        /// <summary>
        /// Gets or sets the Organizations.
        /// </summary>
        public ObservableCollection<Organization> Organizations
        {
            get 
            {
                return _organizations; 
            }

            set 
            {
                _organizations = value; RaisePropertyChanged(nameof(Organizations)); 
            }

        }

        private ICollectionView _organizationsViewSource;
        /// <summary>
        /// Gets or sets the Organizations View Source.
        ///</summary>
        public ICollectionView OrganizationsViewSource
        {
            get 
            {
                return _organizationsViewSource; 
            }

            set 
            {
                _organizationsViewSource = value; RaisePropertyChanged(nameof(OrganizationsViewSource)); 
            }

        }

        private ObservableCollection<Permission> _permissions;
        /// <summary>
        /// Gets or sets the Permissions.
        /// </summary>
        public ObservableCollection<Permission> Permissions
        {
            get 
            {
                return _permissions; 
            }

            set 
            {
                _permissions = value; RaisePropertyChanged(nameof(Permissions)); 
            }

        }

        private ICollectionView _permissionsViewSource;
        /// <summary>
        /// Gets or sets the Permissions View Source.
        ///</summary>
        public ICollectionView PermissionsViewSource
        {
            get 
            {
                return _permissionsViewSource; 
            }

            set 
            {
                _permissionsViewSource = value; RaisePropertyChanged(nameof(PermissionsViewSource)); 
            }

        }

        private ObservableCollection<ProcessParametersTable> _processparameterstables;
        /// <summary>
        /// Gets or sets the ProcessParametersTables.
        /// </summary>
        public ObservableCollection<ProcessParametersTable> ProcessParametersTables
        {
            get 
            {
                return _processparameterstables; 
            }

            set 
            {
                _processparameterstables = value; RaisePropertyChanged(nameof(ProcessParametersTables)); 
            }

        }

        private ICollectionView _processparameterstablesViewSource;
        /// <summary>
        /// Gets or sets the ProcessParametersTables View Source.
        ///</summary>
        public ICollectionView ProcessParametersTablesViewSource
        {
            get 
            {
                return _processparameterstablesViewSource; 
            }

            set 
            {
                _processparameterstablesViewSource = value; RaisePropertyChanged(nameof(ProcessParametersTablesViewSource)); 
            }

        }

        private ObservableCollection<ProcessParametersTablesGroup> _processparameterstablesgroups;
        /// <summary>
        /// Gets or sets the ProcessParametersTablesGroups.
        /// </summary>
        public ObservableCollection<ProcessParametersTablesGroup> ProcessParametersTablesGroups
        {
            get 
            {
                return _processparameterstablesgroups; 
            }

            set 
            {
                _processparameterstablesgroups = value; RaisePropertyChanged(nameof(ProcessParametersTablesGroups)); 
            }

        }

        private ICollectionView _processparameterstablesgroupsViewSource;
        /// <summary>
        /// Gets or sets the ProcessParametersTablesGroups View Source.
        ///</summary>
        public ICollectionView ProcessParametersTablesGroupsViewSource
        {
            get 
            {
                return _processparameterstablesgroupsViewSource; 
            }

            set 
            {
                _processparameterstablesgroupsViewSource = value; RaisePropertyChanged(nameof(ProcessParametersTablesGroupsViewSource)); 
            }

        }

        private ObservableCollection<Rml> _rmls;
        /// <summary>
        /// Gets or sets the Rmls.
        /// </summary>
        public ObservableCollection<Rml> Rmls
        {
            get 
            {
                return _rmls; 
            }

            set 
            {
                _rmls = value; RaisePropertyChanged(nameof(Rmls)); 
            }

        }

        private ICollectionView _rmlsViewSource;
        /// <summary>
        /// Gets or sets the Rmls View Source.
        ///</summary>
        public ICollectionView RmlsViewSource
        {
            get 
            {
                return _rmlsViewSource; 
            }

            set 
            {
                _rmlsViewSource = value; RaisePropertyChanged(nameof(RmlsViewSource)); 
            }

        }

        private ObservableCollection<Role> _roles;
        /// <summary>
        /// Gets or sets the Roles.
        /// </summary>
        public ObservableCollection<Role> Roles
        {
            get 
            {
                return _roles; 
            }

            set 
            {
                _roles = value; RaisePropertyChanged(nameof(Roles)); 
            }

        }

        private ICollectionView _rolesViewSource;
        /// <summary>
        /// Gets or sets the Roles View Source.
        ///</summary>
        public ICollectionView RolesViewSource
        {
            get 
            {
                return _rolesViewSource; 
            }

            set 
            {
                _rolesViewSource = value; RaisePropertyChanged(nameof(RolesViewSource)); 
            }

        }

        private ObservableCollection<RolesPermission> _rolespermissions;
        /// <summary>
        /// Gets or sets the RolesPermissions.
        /// </summary>
        public ObservableCollection<RolesPermission> RolesPermissions
        {
            get 
            {
                return _rolespermissions; 
            }

            set 
            {
                _rolespermissions = value; RaisePropertyChanged(nameof(RolesPermissions)); 
            }

        }

        private ICollectionView _rolespermissionsViewSource;
        /// <summary>
        /// Gets or sets the RolesPermissions View Source.
        ///</summary>
        public ICollectionView RolesPermissionsViewSource
        {
            get 
            {
                return _rolespermissionsViewSource; 
            }

            set 
            {
                _rolespermissionsViewSource = value; RaisePropertyChanged(nameof(RolesPermissionsViewSource)); 
            }

        }

        private ObservableCollection<Segment> _segments;
        /// <summary>
        /// Gets or sets the Segments.
        /// </summary>
        public ObservableCollection<Segment> Segments
        {
            get 
            {
                return _segments; 
            }

            set 
            {
                _segments = value; RaisePropertyChanged(nameof(Segments)); 
            }

        }

        private ICollectionView _segmentsViewSource;
        /// <summary>
        /// Gets or sets the Segments View Source.
        ///</summary>
        public ICollectionView SegmentsViewSource
        {
            get 
            {
                return _segmentsViewSource; 
            }

            set 
            {
                _segmentsViewSource = value; RaisePropertyChanged(nameof(SegmentsViewSource)); 
            }

        }

        private ObservableCollection<SpoolType> _spooltypes;
        /// <summary>
        /// Gets or sets the SpoolTypes.
        /// </summary>
        public ObservableCollection<SpoolType> SpoolTypes
        {
            get 
            {
                return _spooltypes; 
            }

            set 
            {
                _spooltypes = value; RaisePropertyChanged(nameof(SpoolTypes)); 
            }

        }

        private ICollectionView _spooltypesViewSource;
        /// <summary>
        /// Gets or sets the SpoolTypes View Source.
        ///</summary>
        public ICollectionView SpoolTypesViewSource
        {
            get 
            {
                return _spooltypesViewSource; 
            }

            set 
            {
                _spooltypesViewSource = value; RaisePropertyChanged(nameof(SpoolTypesViewSource)); 
            }

        }

        private ObservableCollection<Spool> _spools;
        /// <summary>
        /// Gets or sets the Spools.
        /// </summary>
        public ObservableCollection<Spool> Spools
        {
            get 
            {
                return _spools; 
            }

            set 
            {
                _spools = value; RaisePropertyChanged(nameof(Spools)); 
            }

        }

        private ICollectionView _spoolsViewSource;
        /// <summary>
        /// Gets or sets the Spools View Source.
        ///</summary>
        public ICollectionView SpoolsViewSource
        {
            get 
            {
                return _spoolsViewSource; 
            }

            set 
            {
                _spoolsViewSource = value; RaisePropertyChanged(nameof(SpoolsViewSource)); 
            }

        }

        private ObservableCollection<Sysdiagram> _sysdiagrams;
        /// <summary>
        /// Gets or sets the Sysdiagrams.
        /// </summary>
        public ObservableCollection<Sysdiagram> Sysdiagrams
        {
            get 
            {
                return _sysdiagrams; 
            }

            set 
            {
                _sysdiagrams = value; RaisePropertyChanged(nameof(Sysdiagrams)); 
            }

        }

        private ICollectionView _sysdiagramsViewSource;
        /// <summary>
        /// Gets or sets the Sysdiagrams View Source.
        ///</summary>
        public ICollectionView SysdiagramsViewSource
        {
            get 
            {
                return _sysdiagramsViewSource; 
            }

            set 
            {
                _sysdiagramsViewSource = value; RaisePropertyChanged(nameof(SysdiagramsViewSource)); 
            }

        }

        private ObservableCollection<TangoVersion> _tangoversions;
        /// <summary>
        /// Gets or sets the TangoVersions.
        /// </summary>
        public ObservableCollection<TangoVersion> TangoVersions
        {
            get 
            {
                return _tangoversions; 
            }

            set 
            {
                _tangoversions = value; RaisePropertyChanged(nameof(TangoVersions)); 
            }

        }

        private ICollectionView _tangoversionsViewSource;
        /// <summary>
        /// Gets or sets the TangoVersions View Source.
        ///</summary>
        public ICollectionView TangoVersionsViewSource
        {
            get 
            {
                return _tangoversionsViewSource; 
            }

            set 
            {
                _tangoversionsViewSource = value; RaisePropertyChanged(nameof(TangoVersionsViewSource)); 
            }

        }

        private ObservableCollection<TechController> _techcontrollers;
        /// <summary>
        /// Gets or sets the TechControllers.
        /// </summary>
        public ObservableCollection<TechController> TechControllers
        {
            get 
            {
                return _techcontrollers; 
            }

            set 
            {
                _techcontrollers = value; RaisePropertyChanged(nameof(TechControllers)); 
            }

        }

        private ICollectionView _techcontrollersViewSource;
        /// <summary>
        /// Gets or sets the TechControllers View Source.
        ///</summary>
        public ICollectionView TechControllersViewSource
        {
            get 
            {
                return _techcontrollersViewSource; 
            }

            set 
            {
                _techcontrollersViewSource = value; RaisePropertyChanged(nameof(TechControllersViewSource)); 
            }

        }

        private ObservableCollection<TechDispenser> _techdispensers;
        /// <summary>
        /// Gets or sets the TechDispensers.
        /// </summary>
        public ObservableCollection<TechDispenser> TechDispensers
        {
            get 
            {
                return _techdispensers; 
            }

            set 
            {
                _techdispensers = value; RaisePropertyChanged(nameof(TechDispensers)); 
            }

        }

        private ICollectionView _techdispensersViewSource;
        /// <summary>
        /// Gets or sets the TechDispensers View Source.
        ///</summary>
        public ICollectionView TechDispensersViewSource
        {
            get 
            {
                return _techdispensersViewSource; 
            }

            set 
            {
                _techdispensersViewSource = value; RaisePropertyChanged(nameof(TechDispensersViewSource)); 
            }

        }

        private ObservableCollection<TechHeater> _techheaters;
        /// <summary>
        /// Gets or sets the TechHeaters.
        /// </summary>
        public ObservableCollection<TechHeater> TechHeaters
        {
            get 
            {
                return _techheaters; 
            }

            set 
            {
                _techheaters = value; RaisePropertyChanged(nameof(TechHeaters)); 
            }

        }

        private ICollectionView _techheatersViewSource;
        /// <summary>
        /// Gets or sets the TechHeaters View Source.
        ///</summary>
        public ICollectionView TechHeatersViewSource
        {
            get 
            {
                return _techheatersViewSource; 
            }

            set 
            {
                _techheatersViewSource = value; RaisePropertyChanged(nameof(TechHeatersViewSource)); 
            }

        }

        private ObservableCollection<TechIo> _techios;
        /// <summary>
        /// Gets or sets the TechIos.
        /// </summary>
        public ObservableCollection<TechIo> TechIos
        {
            get 
            {
                return _techios; 
            }

            set 
            {
                _techios = value; RaisePropertyChanged(nameof(TechIos)); 
            }

        }

        private ICollectionView _techiosViewSource;
        /// <summary>
        /// Gets or sets the TechIos View Source.
        ///</summary>
        public ICollectionView TechIosViewSource
        {
            get 
            {
                return _techiosViewSource; 
            }

            set 
            {
                _techiosViewSource = value; RaisePropertyChanged(nameof(TechIosViewSource)); 
            }

        }

        private ObservableCollection<TechMonitor> _techmonitors;
        /// <summary>
        /// Gets or sets the TechMonitors.
        /// </summary>
        public ObservableCollection<TechMonitor> TechMonitors
        {
            get 
            {
                return _techmonitors; 
            }

            set 
            {
                _techmonitors = value; RaisePropertyChanged(nameof(TechMonitors)); 
            }

        }

        private ICollectionView _techmonitorsViewSource;
        /// <summary>
        /// Gets or sets the TechMonitors View Source.
        ///</summary>
        public ICollectionView TechMonitorsViewSource
        {
            get 
            {
                return _techmonitorsViewSource; 
            }

            set 
            {
                _techmonitorsViewSource = value; RaisePropertyChanged(nameof(TechMonitorsViewSource)); 
            }

        }

        private ObservableCollection<TechValve> _techvalves;
        /// <summary>
        /// Gets or sets the TechValves.
        /// </summary>
        public ObservableCollection<TechValve> TechValves
        {
            get 
            {
                return _techvalves; 
            }

            set 
            {
                _techvalves = value; RaisePropertyChanged(nameof(TechValves)); 
            }

        }

        private ICollectionView _techvalvesViewSource;
        /// <summary>
        /// Gets or sets the TechValves View Source.
        ///</summary>
        public ICollectionView TechValvesViewSource
        {
            get 
            {
                return _techvalvesViewSource; 
            }

            set 
            {
                _techvalvesViewSource = value; RaisePropertyChanged(nameof(TechValvesViewSource)); 
            }

        }

        private ObservableCollection<User> _users;
        /// <summary>
        /// Gets or sets the Users.
        /// </summary>
        public ObservableCollection<User> Users
        {
            get 
            {
                return _users; 
            }

            set 
            {
                _users = value; RaisePropertyChanged(nameof(Users)); 
            }

        }

        private ICollectionView _usersViewSource;
        /// <summary>
        /// Gets or sets the Users View Source.
        ///</summary>
        public ICollectionView UsersViewSource
        {
            get 
            {
                return _usersViewSource; 
            }

            set 
            {
                _usersViewSource = value; RaisePropertyChanged(nameof(UsersViewSource)); 
            }

        }

        private ObservableCollection<UsersRole> _usersroles;
        /// <summary>
        /// Gets or sets the UsersRoles.
        /// </summary>
        public ObservableCollection<UsersRole> UsersRoles
        {
            get 
            {
                return _usersroles; 
            }

            set 
            {
                _usersroles = value; RaisePropertyChanged(nameof(UsersRoles)); 
            }

        }

        private ICollectionView _usersrolesViewSource;
        /// <summary>
        /// Gets or sets the UsersRoles View Source.
        ///</summary>
        public ICollectionView UsersRolesViewSource
        {
            get 
            {
                return _usersrolesViewSource; 
            }

            set 
            {
                _usersrolesViewSource = value; RaisePropertyChanged(nameof(UsersRolesViewSource)); 
            }

        }

        private ObservableCollection<WindingMethod> _windingmethods;
        /// <summary>
        /// Gets or sets the WindingMethods.
        /// </summary>
        public ObservableCollection<WindingMethod> WindingMethods
        {
            get 
            {
                return _windingmethods; 
            }

            set 
            {
                _windingmethods = value; RaisePropertyChanged(nameof(WindingMethods)); 
            }

        }

        private ICollectionView _windingmethodsViewSource;
        /// <summary>
        /// Gets or sets the WindingMethods View Source.
        ///</summary>
        public ICollectionView WindingMethodsViewSource
        {
            get 
            {
                return _windingmethodsViewSource; 
            }

            set 
            {
                _windingmethodsViewSource = value; RaisePropertyChanged(nameof(WindingMethodsViewSource)); 
            }

        }

        /// <summary>
        /// Initialize collection sources.
        /// </summary>
        private void InitCollectionSources()
        {

            SyncConfigurationsViewSource = CreateCollectionView(SyncConfigurations);

            AddressesViewSource = CreateCollectionView(Addresses);

            ApplicationDisplayPanelVersionsViewSource = CreateCollectionView(ApplicationDisplayPanelVersions);

            ApplicationFirmwareVersionsViewSource = CreateCollectionView(ApplicationFirmwareVersions);

            ApplicationOsVersionsViewSource = CreateCollectionView(ApplicationOsVersions);

            BrushStopsViewSource = CreateCollectionView(BrushStops);

            CartridgeTypesViewSource = CreateCollectionView(CartridgeTypes);

            CatsViewSource = CreateCollectionView(Cats);

            CctsViewSource = CreateCollectionView(Ccts);

            ColorCatalogsViewSource = CreateCollectionView(ColorCatalogs);

            ColorCatalogsGroupsViewSource = CreateCollectionView(ColorCatalogsGroups);

            ColorCatalogsItemsViewSource = CreateCollectionView(ColorCatalogsItems);

            ColorCatalogsItemsRecipesViewSource = CreateCollectionView(ColorCatalogsItemsRecipes);

            ColorSpacesViewSource = CreateCollectionView(ColorSpaces);

            ConfigurationsViewSource = CreateCollectionView(Configurations);

            ContactsViewSource = CreateCollectionView(Contacts);

            CustomersViewSource = CreateCollectionView(Customers);

            DispenserTypesViewSource = CreateCollectionView(DispenserTypes);

            DispensersViewSource = CreateCollectionView(Dispensers);

            EmbeddedFirmwareVersionsViewSource = CreateCollectionView(EmbeddedFirmwareVersions);

            EventTypesViewSource = CreateCollectionView(EventTypes);

            FiberShapesViewSource = CreateCollectionView(FiberShapes);

            FiberSynthsViewSource = CreateCollectionView(FiberSynths);

            HardwareBlowerTypesViewSource = CreateCollectionView(HardwareBlowerTypes);

            HardwareBlowersViewSource = CreateCollectionView(HardwareBlowers);

            HardwareBreakSensorTypesViewSource = CreateCollectionView(HardwareBreakSensorTypes);

            HardwareBreakSensorsViewSource = CreateCollectionView(HardwareBreakSensors);

            HardwareDancerTypesViewSource = CreateCollectionView(HardwareDancerTypes);

            HardwareDancersViewSource = CreateCollectionView(HardwareDancers);

            HardwareMotorTypesViewSource = CreateCollectionView(HardwareMotorTypes);

            HardwareMotorsViewSource = CreateCollectionView(HardwareMotors);

            HardwarePidControlTypesViewSource = CreateCollectionView(HardwarePidControlTypes);

            HardwarePidControlsViewSource = CreateCollectionView(HardwarePidControls);

            HardwareSpeedSensorTypesViewSource = CreateCollectionView(HardwareSpeedSensorTypes);

            HardwareSpeedSensorsViewSource = CreateCollectionView(HardwareSpeedSensors);

            HardwareVersionsViewSource = CreateCollectionView(HardwareVersions);

            HardwareWinderTypesViewSource = CreateCollectionView(HardwareWinderTypes);

            HardwareWindersViewSource = CreateCollectionView(HardwareWinders);

            IdsPackFormulasViewSource = CreateCollectionView(IdsPackFormulas);

            IdsPacksViewSource = CreateCollectionView(IdsPacks);

            JobRunsViewSource = CreateCollectionView(JobRuns);

            JobsViewSource = CreateCollectionView(Jobs);

            LinearMassDensityUnitsViewSource = CreateCollectionView(LinearMassDensityUnits);

            LiquidTypesViewSource = CreateCollectionView(LiquidTypes);

            LiquidTypesRmlsViewSource = CreateCollectionView(LiquidTypesRmls);

            MachineStudioVersionsViewSource = CreateCollectionView(MachineStudioVersions);

            MachineVersionsViewSource = CreateCollectionView(MachineVersions);

            MachinesViewSource = CreateCollectionView(Machines);

            MachinesEventsViewSource = CreateCollectionView(MachinesEvents);

            MediaConditionsViewSource = CreateCollectionView(MediaConditions);

            MediaMaterialsViewSource = CreateCollectionView(MediaMaterials);

            MediaPurposesViewSource = CreateCollectionView(MediaPurposes);

            MidTankTypesViewSource = CreateCollectionView(MidTankTypes);

            OrganizationsViewSource = CreateCollectionView(Organizations);

            PermissionsViewSource = CreateCollectionView(Permissions);

            ProcessParametersTablesViewSource = CreateCollectionView(ProcessParametersTables);

            ProcessParametersTablesGroupsViewSource = CreateCollectionView(ProcessParametersTablesGroups);

            RmlsViewSource = CreateCollectionView(Rmls);

            RolesViewSource = CreateCollectionView(Roles);

            RolesPermissionsViewSource = CreateCollectionView(RolesPermissions);

            SegmentsViewSource = CreateCollectionView(Segments);

            SpoolTypesViewSource = CreateCollectionView(SpoolTypes);

            SpoolsViewSource = CreateCollectionView(Spools);

            SysdiagramsViewSource = CreateCollectionView(Sysdiagrams);

            TangoVersionsViewSource = CreateCollectionView(TangoVersions);

            TechControllersViewSource = CreateCollectionView(TechControllers);

            TechDispensersViewSource = CreateCollectionView(TechDispensers);

            TechHeatersViewSource = CreateCollectionView(TechHeaters);

            TechIosViewSource = CreateCollectionView(TechIos);

            TechMonitorsViewSource = CreateCollectionView(TechMonitors);

            TechValvesViewSource = CreateCollectionView(TechValves);

            UsersViewSource = CreateCollectionView(Users);

            UsersRolesViewSource = CreateCollectionView(UsersRoles);

            WindingMethodsViewSource = CreateCollectionView(WindingMethods);

        }
    }
}