public string Get_Title_by_Student_Pricing(int TitleId) { Title title = new Title(); return title.Get_Title_by_Student_Pricing(SiteId, ContId, TitleId); }