//rating down public int RatingDown() { DBservices dbs = new DBservices(); return dbs.RatingDown(this); }