public bool DeleteBranch(int numbranch)//delete a brech
 {
     return(dal.DeleteBranch(numbranch));
 }