public IEnumerable <object> GetFromTo(int userId, DateTime from, DateTime to) { return(repository.GetFromTo(userId, from, to)); }