public int GetTotalBets(int id)
 {
     return(_customerBL.GetTotalBets(id));
 }