public int Remove(Purchase t)
 {
     return(dal.Remove(t));
 }