public static DataTable GetStaff(int year, int month) { DateTime sDate = new DateTime(year, month, 1); return(ClientDA.GetStaff(sDate, sDate.AddMonths(1))); }