public DataTable GetGroupCount(string deptcode, DateTime f, DateTime t, string category) { return(service.GetGroupCount(deptcode, f, t, category)); }