public void ProcessFastDateOption()
        {
            if (!_isViewAttached)
            {
                return;
            }

            if (FastDate != FastDateOptions.GetIndex("DateRange"))
            {
                DoSearch();
            }
            else
            {
                ViewSearchAreaShow();
            }
        }
 public void Search()
 {
     FastDate = FastDateOptions.GetIndex("DateRange");
     DoSearch();
 }