public ActionResult UnAllocate(int id = 1) { ViewBag.Message = allocateClassRoomManager.UnAllocateRooms(); return(View()); }