public int Update(Supplier s) { return(supDAO.Update(s)); }
public int Add(Supplier s) { return(supDAO.Add(s)); }