public IEnumerable <Mark> GetAllBySubnodeId(int subnodeId) { return(_repository.GetAllBySubnodeId(subnodeId)); }