public ReturnResult <ComputerFile> GetComputerFileById(int id) { return(profileDAL.GetComputerFileById(id)); }