public IEnumerable <Status> GetAll()
 {
     return(dao.GetAll());
 }