public Rating GetById(int id)
 {
     return(business.GetById(id));
 }