private void FillAllRatings() { SQLConnections sql = new SQLConnections(); AllRatings = sql.GetAllRatings(); }