public static bool AgregarUsuarioGrupo(int idUsuario, int idGrupo)
 {
     return(Usuario.InsertUsuarioGrupo(idUsuario, idGrupo));
 }