public List <Ads> GetAdBySub(string subnameFB)
        {
            Ads ad = new Ads();

            return(ad.GetAdBySub(subnameFB));
        }