public static List <string> ListPicsByMetadata(string Name, string Value) { return(_database.ListPicsByMetadata(Name, Value)); }