public async Task <IHttpActionResult> DeleteDocument(string file)
        {
            var art = await objCandidate.DeleteDocument(file);

            return(Ok(art));
        }