public RegistroDefeitosController(SisdefContext context)
 {
     _context = context;
 }
 public LoginController(SisdefContext context)
 {
     _context = context;
 }