public IActionResult GetAll()
 {
     return(Ok(_pharmacySystemService.GetAllPharmacies()));
 }