public List <Status> ConsultarStatus(string nome)
 {
     return(statusDAL.ConsultarStatus(nome));
 }