public static int CountPicsByKeyword(string Keyword) { return(_database.CountPicsByKeyword(Keyword)); }