public LoginRepository(MYCmsContext context) { db = context; }
public PageRepository(MYCmsContext context) { this.db = context; }