protected virtual void OnRatingChanged(RatingChangedEventArgs e)
 {
     if (RatingChanged != null)
     {
         RatingChanged(this, e);
     }
 }
 /// <summary>
 /// Event that fires when the rating changes on the StarSelector control.
 /// </summary>
 /// <param name="e"></param>
 protected virtual void OnRatingChanged(RatingChangedEventArgs e)
 {
     if (RatingChanged != null)
     {
         RatingChanged(this, e);
     }
 }