public ActionResult Detalhes(int id = 0) { tbl_Processo processo = rep.Detalhes(id); return(View(processo)); }