public static bool AddStocks(int productId, int quantity, string propertyValue) { return(dal.AddStocks(productId, quantity, propertyValue)); }