public int GetItemsRating(Item item)
 {
     return(itemtDataAccess.GetItemsRating(item));
 }