public string GetPreviousAppointments(int patientId)
 {
     Mobile_GetPreviousAppointmentsBL objMobile_GetPastAppointmentsBL = new Mobile_GetPreviousAppointmentsBL();
     return JsonConvert.SerializeObject(objMobile_GetPastAppointmentsBL.Mobile_GetPreviousAppointments(patientId), Formatting.Indented);
 }
    public string GetPreviousAppointments(int patientId)
    {
        Mobile_GetPreviousAppointmentsBL objMobile_GetPastAppointmentsBL = new Mobile_GetPreviousAppointmentsBL();

        return(JsonConvert.SerializeObject(objMobile_GetPastAppointmentsBL.Mobile_GetPreviousAppointments(patientId), Formatting.Indented));
    }