public ActionResult Editar(int id) { EmpleadoRepository repository = new EmpleadoRepository(); return(View(repository.BuscarEmpleado(id))); }