public decimal GetTotalAmountBets(int id)
 {
     return(_customerBL.GetTotalAmountBets(id));
 }