public AspnetPathCollection FetchByID(object PathId) { AspnetPathCollection coll = new AspnetPathCollection().Where("PathId", PathId).Load(); return(coll); }