public void LogOut(int EmployeeId, string Name)
 {
     DisplayBoardClass.InitDisplayBoard();
     SendToVideo.LogOut(EmployeeId);
 }