public List <TiposUsuario> GetTipoUsuarios()
 {
     return(_tipoUsuarioRepository.GetAll("TiposUsuario").ToList());
 }