public IHttpActionResult GetAll()
 {
     return(new ApiResponseResult(foldersService.GetAll()));
 }