public bool Delete(SnackDeleteCommand snack)
 {
     return(SnackRepository.Delete(snack.Id));
 }