public void AddBounty(Question question, int bounty)
 {
     question.AddBounty(bounty);
 }