public UnitType SecondUnitType()
        {
            var secondUnitType = new UnitType {

                 TypeID = new Int32()
            ,
                 TypeValue = null

             };

            return secondUnitType;
        }
        public UnitType ThirdUnitType()
        {
            var thirdUnitType = new UnitType {

                 TypeID = new Int32()
            ,
                 TypeValue = null

             };

            return thirdUnitType;
        }
        public UnitType FirstUnitType()
        {
            var firstUnitType = new UnitType {

                 TypeID = new Int32()
            ,
                 TypeValue = null

             };

            return firstUnitType;
        }