public double GetBalanceByUId(int uid)
 {
     return(TransactionsManager.GetBalanceByStudentUId(uid));
 }