public StudentsStatisticsFacade()
 {
     this.studentsStatisticsPage = new StudentsStatisticsPage();
 }
 public StudentsStatisticsPageAsserter(StudentsStatisticsPage studentsStatisticsPage)
 {
     this.studentsStatisticsPage = studentsStatisticsPage;
 }