public IHttpActionResult Get(int id) { ProjectBAL obj = new ProjectBAL(); return(Ok(obj.GetProjectbyId(id))); }