public List <string> ObtenOperador(ref string msj, ref List <int> ids)
 {
     return(objfinal.DevuelveIDOperador(ref msj, ref ids));
 }