public Supplier Get(int id)
 {
     return(dal.Find(id));
 }