public DbResult Delete(string id)
 {
     return(repo.Delete(id));
 }
 public static void Delete(int Id)
 {
     repository.Delete(Id);
 }