public static List <product> GetEmptyStockList()
 {
     return(ProductProvider.GetEmptyStockList());
 }