public void Put(int id, MDL_Tarea reg)
 {
     throw new NotImplementedException();
 }
 public void Post(MDL_Tarea reg)
 {
     throw new NotImplementedException();
 }