public string DoubleSingleQuotes(ISqlHelper instance, string input)
 {
     return(instance.DoubleSingleQuotes(input));
 }