public void DeleteDepartment(string departmentId) { pharmacy = new Pharmacy(_userName); pharmacy.DeleteDepartment(departmentId); }