public Task <bool> Put(int id, bool isActive)
 {
     return(_patientBusiness.SetActive(id, isActive));
 }