public static int CountPicsByMetadataValue(string Name, string Value) { return(_database.CountPicsByMetadataValue(Name, Value)); }