public object GetFiles(string name = "All")
 {
     return(controller.GetFiles(name));
 }