public IQueryable <QueryResult> LastMonthPayments() { return(context.Set <QueryResult>().FromSqlRaw("LastMonthPayments")); }