public void InitDatabase()
 {
     using (Db = new DataContext())
     {
         Db.InitilizeDatabase();
     }
 }