public async Task <IHttpActionResult> GetInterviewList(int id) { var art = await objInterview.GetInterviewList(id); return(Ok(art)); }