public ActionResult Delete(int id, IFormCollection collection) { _buisnessLogicClass.DeleteLocation(id); return(RedirectToAction(nameof(Index))); }