public RedirectToRouteResult Delete(string id, FormCollection collection) { _repository.Remove(id); return(RedirectToAction("Index")); }