public IActionResult Get([FromBody] int id)
 {
     return(Ok(_pharmacySystemService.GetPharmacyById(id)));
 }