public void DeleteMediaImageSubscription(int id)
 {
     _mediaImageRepo.DeleteMediaImageSubscription(id);
     _mediaImageRepo.Save();
 }