public List <FeeBDO> GetAllFees() { return(fDao.GetAllFees()); }
public IList <Fee> GetFees() { var fees = _db.GetAllFees(); return(fees); }