public HttpResponseMessage AssociatePatientWithCompany(int PatientId, int CompanyId)
 {
     return(requestHandlerPatient.AssociatePatientWithCompany(Request, PatientId, CompanyId));
 }