public IHttpActionResult Get(int id)
        {
            ProjectBAL obj = new ProjectBAL();

            return(Ok(obj.GetUserbyId(id)));
        }