public IEnumerable <Supplier> GetAllSuppliers()
 {
     return(supplierRepo.GetAllSuppliers());
 }