public int AddFare(BussinessObjectsClass bussinessObject) { int isFareAdded = dataAccessObject.AddFare(bussinessObject); return(isFareAdded); }