public IEnumerable <FeeDTO> GetFees() { var query = from f in rep.GetFees() select f.toDTO(); return(query); }