public string GetUrl(string Name)
 {
     return(bll.GetUrl(Name));
 }