I am building a software which has two types of users in it: main users and admins.
I am still building the class diagram for this system. For the main user's relations I have things like: user manages contracts; user has roles; contract has SLA; etc.
And for the admin part, I have relations like: user created contract; user modified contract; user viewed contract; user created SLA; etc.
I want to know if I can make a separate class diagram for the admin part just to improve the readability of the diagram. Because otherwise, I fear it will get messy if I have that many relations in the same diagram.