public bool Add(FileContent fileContent)
 {
     return(dBManager.AddFileContent(fileContent));
 }