public bool ReserveRoom(int NNumber, string BuildingName, int RoomNum) { return(projectGateway.ReserveRoom(NNumber, BuildingName, RoomNum)); }