public int InsertRightsSellingUpdate(RightsSellingUpdate RightsSellingUpdate)
 {
     _RightsSellingUpdate.Insert(RightsSellingUpdate);
     return(RightsSellingUpdate.Id);
 }
 public int UpdateRightsSellingUpdate(RightsSellingUpdate RightsSellingUpdate)
 {
     _RightsSellingUpdate.Update(RightsSellingUpdate);
     return(RightsSellingUpdate.Id);
 }