public DataTable GetMonthReturn(DateTime today, int _agentId) { return(exeCmd.GetMonthReturn(today, _agentId)); }