public Title Get(int id) { return(_titleService.Get(id)); }
public Title Get(string id) { return(_titlesService.Get(id)); }