private bool TestConnectionToDB(OdeToFoodDB dbEntity) { var connectionDIsable = false; if (dbEntity.Database.Exists()) { connectionDIsable = true; } return(connectionDIsable); }