public static List <string> ListPicsByKeyword(string Keyword) { return(_database.ListPicsByKeyword(Keyword)); }