FlightBookingDAL.Models.Booking booking = new FlightBookingDAL.Models.Booking();
This line of code creates a new instance of the Booking class that is located in the FlightBookingDAL.Models namespace. The FlightBookingDAL.Models namespace is also called a Model.