public void Remove(ChildInterestJoin entity)
 {
     _context.Remove(entity);
 }
 public void Remove(XMasMotherInterestJoin entity)
 {
     _context.Remove(entity);
 }