public int GetAppointmentCountByServiceId(int ServiceId)
 {
     return(_objAppointmentDAL.GetAppointmentCountByServiceId(ServiceId));
 }