public CustomList <OutOfOfficeInfo> GetExistingEntry(string fromDate, string toDate, string empKey)
 {
     return(OutOfOfficeInfo.GetExistingEntry(fromDate, toDate, empKey));
 }
 public CustomList <OutOfOfficeInfo> GetAllOutOutOfOfficeEntry(string date)
 {
     return(OutOfOfficeInfo.GetAllOutOutOfOfficeEntry(date));
 }