public ActionResult EditorProfile(int id) { return(View(editor_repo.GetByID(id))); }
public ActionResult UpdateEditor(int id) { return(View(editor_repo.GetByID(id))); }