public IActionResult GetStrangeRequest(string hmodtyp, string cmftrepc)
        {
            List <int> list = ClassCrud.GetStrangeRequest(hmodtyp, cmftrepc);

            return(Json(list));
        }