public HttpResponseMessage AddPatient([FromBody] AddPatient patient)
 {
     return(requestHandlerAddPatient.CreateGbObject2(Request, patient));
 }