internal Supplier GetById(int?id) { Supplier supplier = _supplierDal.GetById(id); return(supplier); }