public Wedding GetWedding(int id)
 {
     return(_weddingRepository.GetById(id));
 }