public double GetBalanceByUsername(string username)
 {
     return(TransactionsManager.GetBalanceByStudentUsername(username));
 }