public string GetFilterName(int nFilterNum)
 {
     return(_mediaControl.GetFilterName(nFilterNum));
 }