public HttpResponseMessage GetAllStudents01_2() { var students = db.GetAll(); return(Request.CreateResponse(HttpStatusCode.OK, students)); }