public IHttpActionResult GetProjectByOpAPI(string Op_Type)
        {
            var EnumEntity = EventReportManagerService.GetProjectByOp(Op_Type);

            return(Ok(EnumEntity));
        }