public string GetCollectionExtraFieldName(int collection_id)
 {
     return(db.GetCollectionExtraFieldName(collection_id));
 }