public Guid Add(IPublicationEntity entity) { try { return(xs.Insert(entity)); } catch (Exception) { throw; } }