public JsonResult GetCounts(string currentPath, string pathToBrowse)
 {
     return(Json(directoryManager.GetCounts(currentPath, pathToBrowse)));
 }