public ActionResult Deletar(int?id) { bancoAppService.Deletar(id); return(PartialView("_NotificationMessagesPartial")); }