string GetParamName(string name, object index)
 {
     return(dBAdapter.GetParamName(name, index));
 }