public bool Add([FromBody] TreatmentCreateRequest request)
 {
     return(_treatmentManager.CreateNewTreatment(request));
 }