public Database()
 {
     db = new QLKaraokeDataContext(DAL.Properties.Settings.Default.StringConnect);
 }