public static IWrappedCommand CreateProcedureSimple(this ICommandCreator creator, string name, params DbParameter[] parameters)
 {
     return(creator.CreateProcedureSimple(null, name, parameters));
 }