public ActionResult BuscarPessoa(string nome) { try { return(View(database.BuscarNome(nome))); }catch (Exception ex) { return(View()); } }