internal bool Edit(Purchase purchase)
 {
     status = _purchaseDal.Edit(purchase);
     return(status);
 }