public RedirectToActionResult Create(ContaLuz contaLuz) { contaRepository.Insert(contaLuz); return RedirectToAction("Index"); }