public List <Word> Get(int count) { return(_repository.Get(count)); }
public IEnumerable <Customer> GetCustomers() { return(repository.Get()); }