// GET api/<controller>/5 public IHttpActionResult Get(int id) { NhanVien nv = NhanVienModel.GetNhanVien(id); return(Ok(nv)); }