public void AddOutParameter(DbCommand command, string name, DbType dbType, int size)
 {
     DatabaseInstance.AddOutParameter(command, name, dbType, size);
 }