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