/// <summary>
 /// Add appt status detail
 /// </summary>
 /// <param name="appointmentStatus"></param>
 /// <returns></returns>
 public Response <AppointmentStatusDetailModel> AddAppointmentStatusDetail(AppointmentStatusDetailModel appointmentStatus)
 {
     return(appointmentService.AddAppointmentStatusDetail(appointmentStatus));
 }