public string GetRating(string name)
 {
     return(ServiceDAO.GetRating(name));
 }