private static void DisplayBallance(IBankAccount account)
 {
     Console.WriteLine("{0:C}", account.CurrentBalance());
 }