public void getSupplierById() { Suppliers supplier = repo.getSupplierById(29); Assert.IsNotNull(supplier); }