public void AddInParameter(DbCommand command, string name, DbType dbType, object value)
 {
     DatabaseInstance.AddInParameter(command, name, dbType, value);
 }