public DataTable getReportByMonth(int month) { try { return(billDAL.reportByMonth(month)); } catch (Exception) { return(null); } }