public MensajesPaqueteriaFuturo(List <string> lstExpresiones, MensajeEnvioDTO mensaje, MensajesColoresDTO mensajeColorDTO)
 {
     this.lstExpresiones = lstExpresiones;
     lstExpresiones.Add("ha salido");
     lstExpresiones.Add("llegara");
     lstExpresiones.Add("dentro de");
     lstExpresiones.Add("tendra");
     this.mensaje         = mensaje;
     this.mensajeColorDTO = mensajeColorDTO;
 }
 public MensajesPaqueteriaPasado(List <string> lstExpresiones, MensajeEnvioDTO mensaje, MensajesColoresDTO mensajeColorDTO)
 {
     this.lstExpresiones = lstExpresiones;
     lstExpresiones.Add("salío");
     lstExpresiones.Add("llegó");
     lstExpresiones.Add("hace");
     lstExpresiones.Add("tuvó");
     this.mensaje         = mensaje;
     this.mensajeColorDTO = mensajeColorDTO;
 }