public IList <Report> GetReportsForState(string state) { return(reportDao.FindReportsForState(state)); }