public RequestStatus MineCell(int row, int column)
 {
     return(modelCore.MineCell(row, column));
 }