public void SetQuestionProfileCount()
 {
     if (Approve.Equals(true))
     {
         QuestionProfileNumber++;
     }
 }