public void Remove(RegionAgrigationType RegionAgrigationType)
 {
     context.Remove(RegionAgrigationType);
 }
 public void Add(RegionAgrigationType RegionAgrigationType)
 {
     context.RegionAgrigationTypes.Add(RegionAgrigationType);
 }