public static int ReturnSearchValue(string IndexValue)
 {
     if (SearchType.ContainsKey(IndexValue))
     {
         return(SearchType[IndexValue]);
     }
     return(0);
 }