public JObject GetProjectInfo(int id) { ProjectBLL ProjectBLL = new ProjectBLL(); return(ProjectBLL.GetInfo(id));; }