public List <Supplier> GetList() { try { return(supplierDal.GetList()); } catch (Exception) { return(new List <Supplier>()); } }