public Task <IEnumerable <Report> > Get(int numReport, int year) { return(db.Report(numReport, year)); }