public int Add(Purchase purchase)
 {
     return(dal.Add(purchase));
 }