public object GetParameterValue(DbCommand command, string name)
 {
     return(DatabaseInstance.GetParameterValue(command, name));
 }