public override int                             GetIntValueByIndex(int intIndex)
 {
     if (DdlListBox != null)
     {
         return(DdlListBox.GetIntValueByIndex(intIndex));
     }
     else
     {
         return(-1);
     }
 }