public AppointmentLogRepoImpl(IAppointmentLog appointment)
 {
     this._appointment = appointment;
 }
 public AppointmentLogRepoImpl(IAppointmentLog iAppointment)
 {
     this._iAppointment = iAppointment;
 }