public ActionResult GetPharmacy() { Pharmacy pharmacy = Pharmacy.GetPharmacy(); return(this.Direct(pharmacy)); }