public ActionResult Edit(string ToEdit) { ApartmentEditor a = _myBll.GetExactApartmentEditor(ToEdit); return(View(a)); }