public void ExcluirStatus(int id)
 {
     statusDAL.ExcluirStatus(id);
 }