public StandardApplicable Create(StandardApplicable standardApplicable)
        {
            Repository.CreateEntity(standardApplicable.EntityName, standardApplicable.SerializeToODataPost());

            return(standardApplicable);
        }