public void Delete()
 {
     using var db = new ApplicationContext();
     db.ClearDataBase();
 }