function SetRange($Start = NULL, $End = NULL)
 {
     foreach ($this->mSources as $source) {
         $source->SetRange($Start, $End);
     }
     return parent::SetRange($Start, $End);
 }