public TipoUsuarioDTO Insertar(TipoUsuarioDTO tipoUsuario)
 {
     return(_tipoUsuarioRepository.Insertar(tipoUsuario));
 }