public TipoEventoController(ITipoEventoServicio tipoEventoRepos)
 {
     _tipoEventoRepos = tipoEventoRepos;
 }