public DogRepository(RenosFriendsListContext context,
                      IPropertyMappingService propertyMappingService)
 {
     _context = context;
     _propertyMappingService = propertyMappingService;
 }
 public OwnerRepository(RenosFriendsListContext context)
 {
     _context = context;
 }