public static ODataActionTests_Product CreateODataActionTests_Product(int ID)
        {
            ODataActionTests_Product oDataActionTests_Product = new ODataActionTests_Product();

            oDataActionTests_Product.ID = ID;
            return(oDataActionTests_Product);
        }
 public static ODataActionTests_Product CreateODataActionTests_Product(int ID)
 {
     ODataActionTests_Product oDataActionTests_Product = new ODataActionTests_Product();
     oDataActionTests_Product.ID = ID;
     return oDataActionTests_Product;
 }