public int CountStudent()
 {
     return(dbConnection.GetAllPerson().Count);
 }