public bool GetAppointmentsCount(int timingId, int type, string currentDate)
 {
     return(_objAppointmentDAL.GetAppointmentsCount(timingId, type, currentDate));
 }