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