internal List <Supplier> List() { List <Supplier> suppliers = _supplierDal.List(); return(suppliers); }