public IList <Area> AreaGetAll()
 {
     return(_areaService.AreaGetAll());
 }