public DataTable GetDeletedBlockCalendarDates(int blockId)
 {
     return(_objAppointmentDAL.GetDeletedBlockCalendarDates(blockId));
 }