private void FavoriteBtn_Click(object sender, RoutedEventArgs e)
 {
     RecipeDAO.Save(data);
 }