public static bool AddStocks(int id, int quantity)
 {
     return(dal.AddStocks(id, quantity));
 }