public IHttpActionResult DeleteFile(string path)
 {
     return(Ok(_ibs.DeleteFile(path)));
 }