public static bool CheckProductNameAvailable(string ProductName)
 {
     return(ProductProvider.CheckProductNameAvailable(ProductName));
 }