public bool ApprovedAppointmentById(int id) { return(_appointmentService.ApprovedAppointmentById(id)); }