public object ConsultarUsuariosPorNombre(string nombre)
 {
     return(bd.spConsultarUsuarioPorNombre(nombre).ToList());
 }